分类:文章
日历
表格
Breadcrumb
Issues unovueshadcn
Sidebar
Shadcn
Real
muozalp.comhttps://muozalp.com/real-world-nuxt-shadcn-vue-and-nuxt-layers-641b0e994930Real-World Nuxt — Shadcn-vue and Nuxt Layers - Medium2024年5月28日 · Run the following commands under ui folder to install and configure everything of shadcn-vue.. cd ui pnpm install typescript pnpx nuxi@latest module add @nuxtjs/tailwindcss pnpx nuxi@latest module add shadcn-nuxt. After running completed, nuxt.config file will update itself as following: export default defineNuxtConfig({devtools: { enabled: true }, modules: …